home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / multimed / falafel / falafel-king_eng.exe / scripts / DefineButton2_347 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-07-22  |  152 b   |  10 lines

  1. on(release){
  2.    _root.soundOn = true;
  3.    tellTarget("_root.bg_music")
  4.    {
  5.       gotoAndStop("start");
  6.       play();
  7.    }
  8.    gotoAndPlay(1);
  9. }
  10.